home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if 0 < the soundLevel then
- set the soundLevel to the soundLevel - 1
- set the castNum of sprite 2 to the number of member "VOL_1.PIC" + the soundLevel
- puppetSound("WOW.AIF")
- updateStage()
- end if
- end
-